ComponentOne Xamarin.Android
IndexOf Method (C1CollectionViewBase<T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1CollectionViewBase<T> Class : IndexOf Method
The item to look for.
Gets the index of the specified item.
Syntax
'Declaration
 
Public Overridable Function IndexOf( _
   ByVal item As T _
) As Integer
'Usage
 
Dim instance As C1CollectionViewBase(Of T)
Dim item As T
Dim value As Integer
 
value = instance.IndexOf(item)
public virtual int IndexOf( 
   T item
)

Parameters

item
The item to look for.

Return Value

The index of the item.
See Also

Reference

C1CollectionViewBase<T> Class
C1CollectionViewBase<T> Members